home *** CD-ROM | disk | FTP | other *** search
/ MusicScapes Professional / MusicScapes Professional (Wayzata Technology)(1381)(1995).bin / elements / music / 00019_Script_19 < prev    next >
Text File  |  1994-11-22  |  187b  |  9 lines

  1. on exitFrame
  2.    updateStage
  3.   if soundBusy (1) then continue
  4.   else play done
  5.   if the controlDown and the key = "." then go to frame "leave"
  6.   --else continue
  7.   end if
  8. end if
  9. end